From: Juri Linkov Date: Sat, 22 Aug 2009 00:17:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10975 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d58de27f060716a15b2e602c27125c1bee73ac0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3808ed8f9d..6f6e57d56af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2009-08-22 Juri Linkov + + * progmodes/grep.el (lgrep, rgrep): At the beginning + set `dir' to `default-directory' unless `dir' is a non-nil + readable directory. (Bug#4052) + (lgrep, rgrep): Change a weird way to report an error + from using `read-string' to using `error'. + Instead of using interactive arguments in the function body, + add new argument `confirm'. + 2009-08-21 Stefan Monnier * textmodes/remember.el (remember-buffer):